/*-----------全局样式---------*/
body {
    font-family: '宋体';
    color: #464646;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
}
img {
    border: 0;
}
form {
    padding: 0px;
    margin: 0px;
}
/*清除页面底部高度，iframe所致*/
#vishidden {
    display: none;
}
/*版通基本样式开始*/
/*整个网页超链接样式开始*/
a {
    text-decoration: none;
    color: #464646;
}
a:hover {
    text-decoration: none;
    color: #005ea4;
}

/*首页、频道页栏目默认标题列表样式 小字体*/
.bt_link {
    font-size: 12px;
    text-decoration: none;
    color: #464646;
}
/*微软雅黑字体使用*/
.bt_link_w {
    font-size: 13px;
    font-family: '微软雅黑';
    text-decoration: none;
    color: #464646;
}
/*首页、频道页栏目默认标题列表样式 大字体（增）*/
.bt_linkb {
    font-size: 14px;
    text-decoration: none;
    color: #464646;
}
/*微软雅黑字体使用*/
.bt_linkb_w {
    font-size: 15px;
    font-family: '微软雅黑';
    text-decoration: none;
    color: #464646;
}

/* CSS Document 通用顶部、导航、底部样式 */
ul,
li,
h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.top,
.foot {
    width: 100%;
}
.logo,
.navc,
.fulian {
    width: 98%;
    max-width: 1270px;
    margin: 0 auto;
}
/*顶部的蓝色背景和右侧小图标*/
.top {
    background-color: #005ea4;
    height: 40px;
}
.top .top-icon {
    width: 98%;
    max-width: 1270px;
    margin: 0 auto;
}
.top a {
    display: block;
    float: right;
    height: 20px;
    padding: 10px 5px;
    width: 20px;
}
.top .top-icon1 {
    background: url('../image/top_03.png') no-repeat center center;
}
.top .top-icon2 {
    background: url('../image/top_02.png') no-repeat center center;
}
.top a:hover {
    background-color: #008ff8;
}

/*妇联logo和专题图片*/
.logo {
    height: 135px;
}
.logo img {
    width: 100%;
}
.fl_logo img {
    max-width: 358px;
}
.fr_logo img {
    max-width: 729px;
}

.fl_logo {
    float: left;
    width: 44%;
    margin-top: 15px;
}
.fr_logo {
    float: right;
    width: 56%;
    margin-top: 22px;
}

/*导航css*/
.phone_nav {
    display: none;
}
.navfixed {
    width: 100%;
    background-color: #fff;
    top: 0px;
    left: 0;
    z-index: 12;
}
.navc {
    width: 98%;
    max-width: 1270px;
    padding: 10px 0;
    border-top: 2px #005ea6 solid;
    border-bottom: 1px solid #ececec;
}
.fl_nav {
    float: left;
    width: 680px;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fl_nav .nav {
    height: 34px;
    line-height: 44px;
    background: #fff;
    position: relative;
    width: 670px;
    z-index: 11;
    float: left;
}
.fl_nav .nav .shu {
    width: 20px;
    float: left;
    color: #e6e6e6;
    line-height: 34px;
    height: 44px;
    text-align: center;
}
.fl_nav .nav .nLi {
    width: 80px;
    white-space: nowrap;
    float: left;
    position: relative;
    height: 44px;
    display: inline;
}
.fl_nav .nav .nLi h3 {
    float: left;
    font-weight: normal;
}
.fl_nav .nav .nLi h3 a {
    width: 80px;
    white-space: nowrap;
    text-indent: 1.1em;
    height: 34px;
    line-height: 34px;
    display: block;
    font-size: 14px;
    color: #242424;
    background: url(../image/nav_02.png) no-repeat 60px;
}
.fl_nav .nav .nLi h3 a:hover {
    color: #fff;
    background-color: #005ea4 !important;
}
.fl_nav .nav .sub {
    display: none;
    width: 140px;
    left: 0;
    top: 44px;
    position: absolute;
    background-color: #fff;
    padding: 0;
    height: 0;
}
.fl_nav .nav .sub .li-items {
    width: 715px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
    zoom: 1;
    margin-left: -10px;
}
.li-items ul {
    float: left;
    padding: 10px 0 15px;
    font-size: 15px;
    width: 140px;
    border-right: 1px solid #e8e8e8;
}
.li-items ul li {
    height: 33px;
    width: 120px;
    margin: 0 auto;
    line-height: 33px;
    border-bottom: dashed 1px #e6e6e6;
}
.li-items ul li a {
    display: block;
}
.li-items .itemr {
    width: 540px;
    margin: 5px;
    margin-left: 5px;
    padding-left: 10px;
    float: left;
}
.item1 {
    width: 140px !important;
}
.item1 ul {
    border-right: 0;
}

/*检索css*/
.search {
    float: right;
    width: 30px;
}
.sideMenu {
    position: relative;
    height: 34px;
    z-index: 10;
    float: right;
}
.sideMenu .search1 {
    height: 24px;
    padding-top: 10px;
    text-align: right;
    cursor: pointer;
}
.sideMenu ul {
    display: none;
    margin-top: 9px;
    right: 0px;
    position: absolute;
}
.sideMenu ul li {
    width: 302px;
    height: 82px;
    background: url(../image/search_03.png) no-repeat;
}
.sideMenu ul li .search2 {
    width: 12px;
    height: 12px;
    line-height: 12px;
    float: right;
    margin-top: 12px;
    margin-right: 12px;
    cursor: pointer;
}
.sideMenu ul li .input1 {
    width: 158px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #edeeee;
}
.sideMenu ul li .input2 {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: 宋体;
    background-color: #1c93bb;
    color: #fff;
    border: none;
    margin-left: 5px;
}

/* 底部 css */
/*回到顶部*/
#back {
    background: url(demo_pic_13.jpg) no-repeat;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    display: none;
}

/* 底部 css */
.bottom {
    overflow: hidden;
    font-family: 宋体;
    margin-bottom: 30px;
}
.xgwz {
    width: 14%;
    max-width: 180px;
    float: left;
}
.gdfl {
    width: 60%;
    max-width: 732px;
    float: left;
}
.ewm {
    width: 26%;
    max-width: 375px;
    padding-top: 3.93%;
    float: right;
}

.bottom .xgwz span,
.bottom .gdfl span {
    display: block;
    height: 40px;

    font-weight: bold;
}

.bottom .xgwz ul li {
    background: url(qianzhui_02.jpg) no-repeat left center;
    height: 24px;
    line-height: 24px;
}

.bottom .xgwz ul li a {
    display: inline-block;
    margin-left: 15px;
}

.bottom .gdfl ul {
    border-top: solid 1px #ececec;
}
.gdfl ul li {
    height: 38px;
    float: left;
    border-bottom: solid 1px #ececec;
    line-height: 38px;
}

.gdfl ul li a {
    padding-left: 25px;

    color: #8f8f8f;
    width: 42px;
    padding-right: 22px;
    display: inline-block;
}

.gdfl ul li a:hover {
    background: url(qianzui_01.jpg) 8px no-repeat;
    color: #005ea4;
}
.ewm ul {
    float: right;
    margin-right: 5px;
}
.ewm ul li {
    float: left;
    margin-left: 20px;
}
.ewm ul li a {
    width: 100%;
    display: block;
}
.ewm ul li a img {
    padding: 10px;
    border: solid 1px #e8e8e8;
    width: 63px;
    height: 63px;
}
.ewm ul li a img:hover {
    padding: 10px;
    border: solid 1px #005ea4;
}
.ewm ul li span {
    width: 100%;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.foot {
    background-color: #f6f6f6;
}
.copyright {
    width: 100%;
    background: #f6f6f6;
}
.copyright ul {
    width: 98%;
    max-width: 1270px;
    margin: 0 auto;
    overflow: hidden;
}
.copyright ul li {
    float: left;
    line-height: 60px;
    font-size: 12px;
}
.copyright ul .contractUs {
    width: 20%;
}
.copyright ul .icp {
    width: 80%;
    text-align: right;
}
.copyright ul li a {
    font-size: 12px;
    padding-right: 15px;
    background: url(qianzhui_03.jpg) right no-repeat;
}
.copyright ul li a:hover {
    background: url(qianzui_01.jpg) right no-repeat;
}
.phone_copyright {
    display: none;
}

/* 图片经过放大 */
.imghov {
    overflow: hidden;
}
.imghov img {
    transition: all 1s ease 0s;
}
.imghov:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 浮动面板 */
.cbbfixed {
    position: fixed;
    right: 5px;
    bottom: -85px;
    z-index: 3;
    cursor: pointer;
}
.cbbfixed .gotop .up-icon {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../image/demo_pic_13.png);
}

/* 当前位置 */
.content {
    margin: 25px auto;
    border-bottom: #e9e9e9 10px solid;
}
.dqwz {
    padding-bottom: 10px;
    border-bottom: solid 1px #ececec;
}
.weizhi td a {
    color: #aaa;
}
.weizhi td a:hover {
    color: #005ea4;
}
.weizhi td {
    color: #aaa;
}
.weizhi table td {
    padding-left: 8px;
}

@media all and (min-width: 800px) {
    .phone_nav {
        display: none;
    } /*分辨率大于800px手机导航隐藏*/
}

@media all and (max-width: 801px) {
    .logo,
    .navc,
    .content,
    .link,
    .fulian {
        width: 98%;
        margin: 0 auto;
    }
    .content {
        margin-top: 30px;
    }
    .phone_hide {
        display: none;
    } /*分辨率小于800px时，pc导航，logo，顶部蓝色背景，依法维权，定点扶贫隐藏*/
    .phone_nav {
        display: block;
    }
    .bottom .xgwz ul li {
        width: 33%;
        background: none;
        height: 38px;
        line-height: 38px;
        float: left;
    }
    .bottom .xgwz ul li a {
        display: inline-block;
        margin-left: 0;
    }
    .bottom .gdfl ul {
        width: 90%;
        margin: 0 auto;
        border-top: none;
    }
    .gdfl ul li {
        width: 21%;
        padding-left: 3%;
        height: 32px;
        float: left;
        border-bottom: none;
        line-height: 32px;
    }
    .gdfl ul li:last-child a {
        width: 114px !important;
    }
    .gdfl ul li a {
        color: #464646;
        width: 42px;
        padding-left: 0;
        padding-right: 22px;
        display: inline-block;
    }
    .gdfl ul li a:hover {
        background: none;
        color: #28a7ee;
    }
    .ewm {
        width: 100%;
        border-top: 1px solid #e9e9e9;
        margin-top: 20px;
        max-width: none;
    }
    .ewm ul {
        float: none;
        margin-right: 0;
    }
    .ewm ul li a {
        width: 100%;
        max-width: 142px;
        margin: 0 auto;
    }
    .ewm ul li a img {
        padding: 10px;
        border: solid 1px #e8e8e8;
        width: 100%;
        max-width: 120px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .ewm ul li a img:hover {
        padding: 10px;
        border: solid 1px #28a7ee;
    }
    .ewm ul li span {
        width: 100%;
        display: block;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }
    .copyright {
        width: 100%;
        height: 40px;
        background: #b9b9b9;
    }
    .copyright ul {
        width: 100%;
        max-width: 1270px;
        margin: 0 auto;
    }
    .copyright ul li {
        float: none;
        line-height: 40px;
    }
    .copyright ul li:first-child {
        display: none;
    }
    .copyright ul .icp {
        width: 100%;
        text-align: center;
    }
    .copyright ul .icp a {
        font-size: 10px;
    }
    .copyright ul li a {
        color: #494949;
    }
}
@media only screen and (min-width: 500px) and (max-width: 800px) {
    .bottom .xgwz {
        width: 24%;
    }
    .bottom .xgwz ul li {
        width: 100%;
        float: none;
        padding-left: 30px;
    }
    .ewm ul li {
        float: left;
        margin-left: 0;
        width: 33%;
    }
}
@media all and (min-width: 500px) and (max-width: 1271px) {
    .logo,
    .navc,
    .fulian {
        width: 98%;
        max-width: 1270px;
        margin: 0 auto;
    }
}
@media all and (max-width: 500px) {
    body {
        font-size: 16px;
    }
    .copyright ul {
        display: none;
    }
    .phone_copyright {
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 40px;
    }
    #back {
        display: none !important;
    }
    .bottom .xgwz span,
    .bottom .gdfl span {
        font-size: 18px;
        font-weight: bold;
        font-family: 微软雅黑;
    }
    .ewm ul li {
        float: none;
        margin-left: 0;
    }
    .xgwz {
        width: 98%;
        max-width: 98%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
        border-bottom: #ececec 1px solid;
        padding-bottom: 15px;
    }
    .xgwz ul {
        width: 90%;
        margin: 0 auto;
    }
    .gdfl {
        width: 98%;
        margin-top: 20px;
        float: none;
    }
    .bottom .gdfl ul {
        widht: 100%;
    }
    .gdfl ul li a {
        width: 100%;
    }
}
